body{
	
	background-color: #0ad2f5;
	
}

h1 {
	font-size: 36pt;
	color: yellow
}

p {
	font-size: 24pt;
	color: #3800ff;
}

h2 {
	font-size: 30pt;
	color: yellow
}

.middle {
	background-color:blue; 
}

img {
	width: 30%;
	height: 45%;
}